object frmDlgAVI: TfrmDlgAVI Left = 301 Top = 155 BorderStyle = bsDialog ClientHeight = 412 ClientWidth = 450 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object btnOK: TBitBtn Left = 269 Top = 372 Width = 84 Height = 28 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 NumGlyphs = 4 end object btnCancel: TBitBtn Left = 353 Top = 372 Width = 84 Height = 28 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 NumGlyphs = 4 end object PageControl1: TPageControl Left = 1 Top = 1 Width = 449 Height = 356 ActivePage = TabSheet1 TabOrder = 2 object TabSheet1: TTabSheet Caption = 'Codec Settings' object labCompressor: TLabel Left = 15 Top = 55 Width = 58 Height = 13 Caption = '&Compressor:' end object labQualTitle: TLabel Left = 15 Top = 215 Width = 98 Height = 13 Caption = 'Compression &Quality:' end object labQuality: TLabel Left = 125 Top = 215 Width = 6 Height = 13 Caption = '0' end object labShow: TLabel Left = 15 Top = 10 Width = 30 Height = 13 Caption = '&Show:' FocusControl = lstWhat end object labKFM: TLabel Left = 171 Top = 264 Width = 31 Height = 13 Caption = 'frames' end object labDataRate: TLabel Left = 171 Top = 290 Width = 51 Height = 13 Caption = 'kilobytes/s' end object lstCodecs: TListBox Left = 14 Top = 71 Width = 227 Height = 134 ItemHeight = 13 TabOrder = 0 OnClick = lstCodecsClick end object barQuality: TScrollBar Left = 14 Top = 232 Width = 227 Height = 16 Ctl3D = True ParentCtl3D = False TabOrder = 1 OnChange = barQualityChange end object lstWhat: TComboBox Left = 14 Top = 26 Width = 227 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 OnChange = lstWhatChange end object chkKFM: TCheckBox Left = 14 Top = 262 Width = 103 Height = 17 Caption = '&Key Frame Every' TabOrder = 3 OnClick = chkKFMClick end object chkDataRate: TCheckBox Left = 14 Top = 288 Width = 97 Height = 17 Caption = '&Data Rate' TabOrder = 4 OnClick = chkDataRateClick end object edKFM: TEdit Left = 121 Top = 261 Width = 43 Height = 21 TabOrder = 5 end object edDataRate: TEdit Left = 121 Top = 287 Width = 43 Height = 21 TabOrder = 6 end object btnConfig: TButton Left = 327 Top = 215 Width = 75 Height = 25 Caption = 'Con&figure...' TabOrder = 7 OnClick = btnConfigClick end object btnAbout: TButton Left = 327 Top = 241 Width = 75 Height = 25 Caption = '&About...' TabOrder = 8 OnClick = btnAboutClick end object boxCodecInfo: TGroupBox Left = 254 Top = 66 Width = 176 Height = 139 Caption = 'Codec Information' TabOrder = 9 object Label10: TLabel Left = 9 Top = 79 Width = 85 Height = 13 Caption = 'Image Resolution:' end object Label11: TLabel Left = 20 Top = 96 Width = 34 Height = 13 Caption = 'Before:' end object labInRes: TLabel Left = 62 Top = 96 Width = 42 Height = 13 Caption = 'labInRes' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object labOutRes: TLabel Left = 62 Top = 113 Width = 50 Height = 13 Caption = 'labOutRes' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 9 Top = 26 Width = 38 Height = 13 Caption = 'FourCC:' end object labFCC: TLabel Left = 62 Top = 26 Width = 34 Height = 13 Caption = 'labFCC' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label14: TLabel Left = 9 Top = 43 Width = 43 Height = 13 Caption = 'Encoder:' end object labEncode: TLabel Left = 62 Top = 43 Width = 51 Height = 13 Caption = 'labEncode' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 20 Top = 113 Width = 25 Height = 13 Caption = 'After:' end end object Button1: TButton Left = 306 Top = 291 Width = 117 Height = 25 Caption = 'System Defaults...' TabOrder = 10 OnClick = Button1Click end end object TabSheet2: TTabSheet Caption = 'Author Info' object Label1: TLabel Left = 15 Top = 10 Width = 23 Height = 13 Caption = 'Artist' end object Label3: TLabel Left = 15 Top = 55 Width = 44 Height = 13 Caption = 'Comment' end object Label4: TLabel Left = 15 Top = 100 Width = 44 Height = 13 Caption = 'Copyright' end object Label5: TLabel Left = 15 Top = 145 Width = 42 Height = 13 Caption = 'Engineer' end object Label7: TLabel Left = 15 Top = 190 Width = 28 Height = 13 Caption = 'Name' end object Label8: TLabel Left = 15 Top = 235 Width = 37 Height = 13 Caption = 'Product' end object Label9: TLabel Left = 15 Top = 280 Width = 36 Height = 13 Caption = 'Subject' end object edArtist: TEdit Left = 15 Top = 25 Width = 412 Height = 21 TabOrder = 0 end object edComment: TEdit Left = 15 Top = 70 Width = 412 Height = 21 TabOrder = 1 end object edCopyright: TEdit Left = 15 Top = 115 Width = 412 Height = 21 TabOrder = 2 end object edEngineer: TEdit Left = 15 Top = 160 Width = 412 Height = 21 TabOrder = 3 end object edName: TEdit Left = 15 Top = 205 Width = 412 Height = 21 TabOrder = 4 end object edProduct: TEdit Left = 15 Top = 250 Width = 412 Height = 21 TabOrder = 5 end object edSubject: TEdit Left = 15 Top = 295 Width = 412 Height = 21 TabOrder = 6 end end end end